Introduction to Godot 3.x
Created: Feb 14 2022 || Edited: Feb 17 2022
Prev < || > Next

Hello, and welcome, this is a short tutorial on the basics of the Godot Engine.

If you're new to Godot, or just forgot some stuff, hopefully these tutorials will help teach you, or refresh your memory on how to do some basic stuff from within godot. These tutorials will generally be sticking with 3.x Godot, as it's the current stable version, however, in the future, we plan to add more tutorials that will cover aspects of 4.x Godot.

This beginner section will be split up into these catagories:

> How to initially set up Godot & a project.
> How to spawn a new node into the scene.
> How to add a script to a node.
> How to run your project.

Or, if you'd like, just click the next button found below!

Prev < || > Next